home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Internet / WindowWasher / washer.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  2000-06-02  |  3.5 KB  |  129 lines

  1. object Form2: TForm2
  2.   Left = 270
  3.   Top = 203
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add Item'
  7.   ClientHeight = 146
  8.   ClientWidth = 226
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 21
  23.     Top = 13
  24.     Width = 57
  25.     Height = 13
  26.     Caption = 'Item Name: '
  27.   end
  28.   object edit1: TEdit
  29.     Left = 81
  30.     Top = 10
  31.     Width = 121
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object CheckBox1: TCheckBox
  36.     Left = 20
  37.     Top = 48
  38.     Width = 87
  39.     Height = 17
  40.     Caption = 'Clean File(s)'
  41.     TabOrder = 1
  42.     OnClick = CheckBox1Click
  43.   end
  44.   object Button1: TButton
  45.     Left = 134
  46.     Top = 48
  47.     Width = 75
  48.     Height = 19
  49.     Caption = 'Select'
  50.     Enabled = False
  51.     TabOrder = 2
  52.     OnClick = Button1Click
  53.   end
  54.   object CheckBox3: TCheckBox
  55.     Left = 20
  56.     Top = 77
  57.     Width = 113
  58.     Height = 17
  59.     Caption = 'Clean Reg Entry(s)'
  60.     TabOrder = 3
  61.     OnClick = CheckBox3Click
  62.   end
  63.   object Button3: TButton
  64.     Left = 134
  65.     Top = 77
  66.     Width = 75
  67.     Height = 20
  68.     Caption = 'Select'
  69.     Enabled = False
  70.     TabOrder = 4
  71.     OnClick = Button3Click
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 33
  75.     Top = 113
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Save!'
  79.     TabOrder = 5
  80.     OnClick = BitBtn1Click
  81.     Glyph.Data = {
  82.       76010000424D7601000000000000760000002800000020000000100000000100
  83.       0400000000000001000000000000000000001000000010000000000000000000
  84.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  85.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  86.       555555555555555555555555555555555555555555FF55555555555559055555
  87.       55555555577FF5555555555599905555555555557777F5555555555599905555
  88.       555555557777FF5555555559999905555555555777777F555555559999990555
  89.       5555557777777FF5555557990599905555555777757777F55555790555599055
  90.       55557775555777FF5555555555599905555555555557777F5555555555559905
  91.       555555555555777FF5555555555559905555555555555777FF55555555555579
  92.       05555555555555777FF5555555555557905555555555555777FF555555555555
  93.       5990555555555555577755555555555555555555555555555555}
  94.     NumGlyphs = 2
  95.   end
  96.   object BitBtn2: TBitBtn
  97.     Left = 116
  98.     Top = 113
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Exit'
  102.     TabOrder = 6
  103.     OnClick = BitBtn2Click
  104.     Glyph.Data = {
  105.       76010000424D7601000000000000760000002800000020000000100000000100
  106.       0400000000000001000000000000000000001000000010000000000000000000
  107.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  108.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  109.       03333377777777777F333301111111110333337F333333337F33330111111111
  110.       0333337F333333337F333301111111110333337F333333337F33330111111111
  111.       0333337F333333337F333301111111110333337F333333337F33330111111111
  112.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  113.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  114.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  115.       0333337F377777337F333301111111110333337F333333337F33330111111111
  116.       0333337FFFFFFFFF7F3333000000000003333377777777777333}
  117.     NumGlyphs = 2
  118.   end
  119.   object Memo1: TMemo
  120.     Left = 216
  121.     Top = 88
  122.     Width = 41
  123.     Height = 89
  124.     TabOrder = 7
  125.     Visible = False
  126.     WordWrap = False
  127.   end
  128. end
  129.